home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / book33.dir / 00020.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  198 b   |  10 lines

  1. on mouseDown
  2.   global gPreviousMenu
  3.   set the castNum of sprite 20 to cast "b013"
  4.   if pressButton(20) then
  5.     pupSprites(1, 48, 0)
  6.     puppetSound(0)
  7.     do("go to" && gPreviousMenu)
  8.   end if
  9. end
  10.